home *** CD-ROM | disk | FTP | other *** search
- object frmSelectVar: TfrmSelectVar
- Left = 509
- Top = 264
- AutoScroll = False
- Caption = 'Select Variable'
- ClientHeight = 253
- ClientWidth = 254
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object cboVarNames: TComboBox
- Left = 36
- Top = 268
- Width = 242
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Visible = False
- end
- object pnlBottom: TPanel
- Left = 0
- Top = 217
- Width = 254
- Height = 36
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object pnlButtons: TPanel
- Left = 11
- Top = 0
- Width = 243
- Height = 36
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object comOk: TButton
- Left = 86
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = comOkClick
- end
- object comCancel: TButton
- Left = 166
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = comCancelClick
- end
- end
- object pnlLeftButtons: TPanel
- Left = 0
- Top = 0
- Width = 85
- Height = 36
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- object comAdvanced: TButton
- Left = 4
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Advanced >>'
- TabOrder = 0
- OnClick = comAdvancedClick
- end
- end
- end
- object pnlCenter: TPanel
- Left = 0
- Top = 0
- Width = 254
- Height = 217
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object pnlCaptionTop: TPanel
- Left = 0
- Top = 0
- Width = 254
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object lblSelectVar: TLabel
- Left = 4
- Top = 6
- Width = 74
- Height = 13
- Caption = 'Select Variable:'
- end
- end
- object pblTreeView: TPanel
- Left = 0
- Top = 25
- Width = 254
- Height = 192
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object trvVariables: TTreeView
- Left = 0
- Top = 0
- Width = 254
- Height = 192
- Align = alClient
- HideSelection = False
- Indent = 19
- PopupMenu = popEdit
- ReadOnly = True
- TabOrder = 0
- OnDblClick = trvVariablesDblClick
- end
- end
- end
- object popEdit: TPopupMenu
- Left = 28
- Top = 45
- object itmAddVar: TMenuItem
- Caption = '&Add'
- OnClick = itmAddVarClick
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 80
- Top = 308
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0))
- end
- end
-